Fix breakage to nt/emacsclient.rc in rgm@gnu.org-20100113083510-r0bohw6iwgztwdwr
authorMartin Rudalics <rudalics@gmx.at>
Wed, 13 Jan 2010 12:11:48 +0000 (13:11 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 13 Jan 2010 12:11:48 +0000 (13:11 +0100)
nt/ChangeLog
nt/emacsclient.rc

index f43a476cb29b910211e2e2290f92851265e95878..069b9115037714a19cb467ff2bb08d10994c055f 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-13  Martin Rudalics  <rudalics@gmx.at>
+
+       * emacsclient.rc: Fix format of "LegalCopyright" value.
+
 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
 
        * INSTALL: Remove obsolete notes about line endings, and fix some typos.
index b5ddec53b842ee0429a2f61d8996926ad924be75..407ebc9df4eea8528ab98adabbf0c090aa34c236 100644 (file)
@@ -25,8 +25,7 @@ BEGIN
            VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0"
            VALUE "FileVersion", "23, 1, 91, 0\0"
            VALUE "InternalName", "EmacsClient\0"
-           VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003,
- 2004, 2005, 2006, 2007, 2008, 2009, 2010\0"
+           VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\0"
            VALUE "OriginalFilename", "emacsclientw.exe"
            VALUE "ProductName", "EmacsClient\0"
            VALUE "ProductVersion", "23, 1, 91, 0\0"